curl --request PUT \
--url https://example.com/v1/api/content/v1/cards/{CARD_ID}/title \
--header 'Content-Type: application/json' \
--header 'X-DOMO-Developer-Token: <api-key>' \
--data '
{
"dynamicTitle": {
"text": [
{
"type": "TEXT",
"text": "Pivot Table - Change 22 the quick brown fox"
}
]
},
"dynamicDescription": {
"text": [
{
"type": "TEXT",
"text": "Pivot Table - Change 22 the quick brown fox"
}
]
}
}
'